home *** CD-ROM | disk | FTP | other *** search
/ Amiga Game-Power / Amiga Game-Power.iso / pd mix ii / click to front / demolition / makefile < prev    next >
Makefile  |  1994-05-20  |  86b  |  6 lines

  1. OBJS = DEMOlition.o
  2. LIBS = -lc
  3.  
  4. DEMOlition: $(OBJS)
  5.     ln $(OBJS) -o DEMOlition $(LIBS)
  6.